home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global sSerie, nSerie, nOrden, nMaxSerie, lnDesFilm
- if rollOver(24) then
- puppetSprite(24, 0)
- set the member of sprite 24 to member "BtMod_2_A/1" of castLib "elementos graficos"
- updateStage()
- if nOrden < nMaxSerie then
- set nOrden to nOrden + 1
- set sMiembro to nOrden & "p"
- set the member of sprite 30 to member sMiembro of castLib sSerie
- puppetTransition(member 3 of castLib "Transiciones")
- updateStage()
- if (nMaxSerie - 7) >= getAt(lnDesFilm, nSerie) then
- setAt(lnDesFilm, nSerie, getAt(lnDesFilm, nSerie) + 1)
- repeat with xx = 1 to 10
- set the locH of sprite nSerie to the locH of sprite nSerie - 3
- updateStage()
- end repeat
- set the locH of sprite nSerie to the locH of sprite nSerie - 1
- updateStage()
- else
- repeat with xx = 1 to 31
- set the locH of sprite 9 to the locH of sprite 9 + 1
- updateStage()
- end repeat
- end if
- end if
- end if
- end
-
- on mouseDown
- repeat while the stillDown
- puppetSprite(24, 1)
- if rollOver(24) then
- set the member of sprite 24 to member "BtMod_2_B/1" of castLib "elementos graficos"
- else
- set the member of sprite 24 to member "BtMod_2_A/1" of castLib "elementos graficos"
- end if
- updateStage()
- end repeat
- end
-